============================================================
 ARRISSA REX EA - Installation Instructions
============================================================

WHAT IS INCLUDED
----------------
  - ArrissaRexTraderLocalWR v2.ex5   (the Expert Advisor)
  - Windows Installer.bat             (installer for Windows)


============================================================
 INSTALLATION (WINDOWS)
============================================================

1. Extract the ZIP to any folder (e.g. your Desktop).

2. Close MetaTrader 5 if it is open.

3. Double-click "Windows Installer.bat"
   - A window will open and the EA will be copied
     automatically to every MT5 terminal on your PC.
   - You will see "OK" next to the file when done.

4. Open MetaTrader 5.

5. Go to:  Tools > Options > Expert Advisors
   - Check "Allow automated trading"
   - Check "Allow WebRequest for listed URL"
   - Add the following URL to the list:
       https://arrissacapital.com
   - Click OK.

6. In the Navigator panel (Ctrl+N), expand "Expert Advisors",
   find "ArrissaRexTraderLocalWR v2" and drag it onto your chart.

7. In the EA Inputs tab, paste your API Key from the Arrissa app.


============================================================
 MANUAL INSTALLATION (NO INSTALLER)
============================================================

If you prefer to install manually:

1. Copy "ArrissaRexTraderLocalWR v2.ex5" into:
     %APPDATA%\MetaQuotes\Terminal\<your-terminal-id>\MQL5\Experts\

2. Follow steps 4-7 above.


============================================================
 TROUBLESHOOTING
============================================================

"FAIL" message during install
  -> Make sure MetaTrader 5 is fully closed before running
     the installer, then run it again.

EA not visible in Navigator
  -> In MT5, right-click the Navigator panel and choose
     "Refresh". The EA should appear.

"Connection failed" or "WebRequest" error in EA journal
  -> Go to Tools > Options > Expert Advisors
  -> Enable "Allow WebRequest for listed URL"
  -> Add https://arrissacapital.com to the list
  -> Click OK and restart the EA.

EA shows no trades / wrong account
  -> Confirm your broker account is logged in and that
     your API Key has been entered in the EA Inputs tab.


============================================================